1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{65CE3728-0D50-42C4-BFA2-3E11AA4E6E82}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <StartupObject>VBAutomateOutlook.MainModule</StartupObject>
11 <RootNamespace>VBAutomateOutlook</RootNamespace>
12 <AssemblyName>VBAutomateOutlook</AssemblyName>
13 <FileAlignment>512</FileAlignment>
14 <MyType>Console</MyType>
15 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16 <OptionExplicit>On</OptionExplicit>
17 <OptionCompare>Binary</OptionCompare>
18 <OptionStrict>Off</OptionStrict>
19 <OptionInfer>On</OptionInfer>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <DefineDebug>true</DefineDebug>
25 <DefineTrace>true</DefineTrace>
26 <OutputPath>..\Debug\</OutputPath>
27 <DocumentationFile>VBAutomateOutlook.xml</DocumentationFile>
28 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <DefineDebug>false</DefineDebug>
33 <DefineTrace>true</DefineTrace>
34 <Optimize>true</Optimize>
35 <OutputPath>..\Release\</OutputPath>
36 <DocumentationFile>VBAutomateOutlook.xml</DocumentationFile>
37 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
40 <Reference Include="Microsoft.Office.Interop.Outlook, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
41 <Reference Include="System" />
42 <Reference Include="System.Data" />
43 <Reference Include="System.Deployment" />
44 <Reference Include="System.Xml" />
45 <Reference Include="System.Core">
46 <RequiredTargetFramework>3.5</RequiredTargetFramework>
50 <Import Include="Microsoft.VisualBasic" />
51 <Import Include="System" />
52 <Import Include="System.Collections" />
53 <Import Include="System.Collections.Generic" />
54 <Import Include="System.Data" />
55 <Import Include="System.Diagnostics" />
56 <Import Include="System.Linq" />
59 <Compile Include="MainModule.vb" />
60 <Compile Include="My Project\AssemblyInfo.vb" />
61 <Compile Include="My Project\Application.Designer.vb">
62 <AutoGen>True</AutoGen>
63 <DependentUpon>Application.myapp</DependentUpon>
65 <Compile Include="My Project\Resources.Designer.vb">
66 <AutoGen>True</AutoGen>
67 <DesignTime>True</DesignTime>
68 <DependentUpon>Resources.resx</DependentUpon>
70 <Compile Include="My Project\Settings.Designer.vb">
71 <AutoGen>True</AutoGen>
72 <DependentUpon>Settings.settings</DependentUpon>
73 <DesignTimeSharedInput>True</DesignTimeSharedInput>
77 <EmbeddedResource Include="My Project\Resources.resx">
78 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
79 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
80 <CustomToolNamespace>My.Resources</CustomToolNamespace>
81 <SubType>Designer</SubType>
85 <None Include="My Project\Application.myapp">
86 <Generator>MyApplicationCodeGenerator</Generator>
87 <LastGenOutput>Application.Designer.vb</LastGenOutput>
89 <None Include="My Project\Settings.settings">
90 <Generator>SettingsSingleFileGenerator</Generator>
91 <CustomToolNamespace>My</CustomToolNamespace>
92 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
96 <Content Include="ReadMe.txt" />
98 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
99 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100 Other similar extension points exist, see Microsoft.Common.targets.
101 <Target Name="BeforeBuild">
103 <Target Name="AfterBuild">